home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16662 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: atlas.de!usenet
  2. From: tbd2jr_3@pruef1.atlas.de ( cae2/test/pruef1 Joerg Redenius )
  3. Newsgroups: comp.lang.c++
  4. Subject: MFC Appl. only containing a dialog
  5. Date: 11 Apr 1996 08:19:25 GMT
  6. Organization: Atlas Elektronik GmbH
  7. Distribution: world
  8. Message-ID: <TBD2JR_3.96Apr11101925@pruef1.atlas.de>
  9. NNTP-Posting-Host: pruef1.atlas.de
  10.  
  11.  
  12. Hi there,
  13.  
  14. I want to write a very simple application using my MSVC++ 1.52. 
  15. The application should only display a small dialog WITH help
  16. feature.
  17.  
  18. I tried AppWizzard and removed the GUI ( CDocument and CView ), but 
  19. the application told me that my m_pMainWnd is invalid, the help button
  20. ( ID_HELP ) is removed ( very funny ).
  21.  
  22. Allocating a dummy CWnd doesn't work !
  23.  
  24. I tried to use CFormView as a View, but it looks bad. I want the standard
  25. gray background, CFormView has the background color configured by the system.
  26.  
  27. Anyone an idea for a solution ???
  28.  
  29. Oh, is it possible to write such an application without AppWizzard and without
  30. a CWinApp class ? Does help work than ( i think it needs CWinApp ), what about 
  31. the access of an INI file ( needs CWinApp, too ) ?
  32.  
  33. Thanks in advance
  34.  
  35.  
  36.    Joerg
  37.  
  38. -- 
  39. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  40. +               S T N  A T L A S  E l e k t r o n i k  GmbH               +
  41. +                      Abt. MET2,  Hr. Joerg Redenius                     +
  42. +               Sebaldsbruecker Heerstr. 235,  28305 Bremen               +
  43. +  Tel: +49 (0)421-457-3855   FAX: -4171   e-mail: redenius@cae2.atlas.de +
  44. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  45.  
  46.